home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Projects / Silly / Make < prev    next >
Text File  |  1998-06-24  |  2KB  |  47 lines

  1. failat 10
  2.  
  3. datechk iff/background.ilbm against data/background.gfx
  4. if warn
  5.   iffconv iff/background.ilbm data/background.gfx
  6. endif                                                   ; BACKGROUND.ILBM
  7.  
  8. datechk iff/sprites.anim against data/ship_l.gfx data/ship_m.gfx data/ship_r.gfx data/ship_expl.gfx data/evil.gfx data/evil_expl.gfx data/ship_fire.gfx data/evil_fire.gfx
  9. if warn
  10.   iffconv iff/sprites.anim data/ship_l.gfx left=8 top=8 width=48 height=32 last=7
  11.   iffconv iff/sprites.anim data/ship_m.gfx left=64 top=8 width=48 height=32 last=7
  12.   iffconv iff/sprites.anim data/ship_r.gfx left=120 top=8 width=48 height=32 last=7
  13.   iffconv iff/sprites.anim data/ship_expl.gfx left=176 top=8 width=48 height=32 last=15
  14.   iffconv iff/sprites.anim data/evil.gfx left=8 top=48 width=32 height=26 last=31
  15.   iffconv iff/sprites.anim data/evil_expl.gfx left=48 top=48 width=32 height=26 last=15
  16.   iffconv iff/sprites.anim data/ship_fire.gfx left=8 top=88 width=8 height=16 last=15
  17.   iffconv iff/sprites.anim data/evil_fire.gfx left=24 top=88 width=8 height=8 last=15
  18. endif                                                   ; SPRITES.ANIM
  19.  
  20. datechk iff/ship_expl.8svx against data/ship_expl.sfx
  21. if warn
  22.   iffconv iff/ship_expl.8svx data/ship_expl.sfx
  23. endif                                                   ; SHIP_EXPL.8SVX
  24.  
  25. datechk iff/ship_fire.8svx against data/ship_fire.sfx
  26. if warn
  27.   iffconv iff/ship_fire.8svx data/ship_fire.sfx
  28. endif                                                   ; SHIP_FIRE.8SVX
  29.  
  30. datechk iff/evil_expl.8svx against data/evil_expl.sfx
  31. if warn
  32.   iffconv iff/evil_expl.8svx data/evil_expl.sfx
  33. endif                                                   ; EVIL_EXPL.8SVX
  34.  
  35. datechk iff/evil_fire.8svx against data/evil_fire.sfx
  36. if warn
  37.   iffconv iff/evil_fire.8svx data/evil_fire.sfx
  38. endif                                                   ; EVIL_FIRE.8SVX
  39.  
  40. datechk silly.scl against silly
  41. if warn
  42.   sclc silly.scl exe "branchopt=yes" "pcrelopt=yes"
  43. endif                                                   ; SILLY.SCL
  44.  
  45. echo "Script terminated."
  46.  
  47.